home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / games / skgus11.zip / README.TXT next >
Text File  |  1996-01-03  |  3KB  |  58 lines

  1.        Unnofficial GUS Patch For StoneKeep that works on the CD Version
  2.  
  3. Well, I just got this wonderfull game and to my dismay it didn't support my GUS
  4. for music and MegaEm doesn't work on my machine (no NMI).  So I set out looking
  5. for a Patch to fix it, I found the V1.1 Patch
  6. (ftp.interplay.com/pub/patches/sk_*), and I also found a patch that claimed to
  7. make it work on my GUS.  Trouble is that it didn't work, it requires that your
  8. replace the HMI drivers, which are located on the CD.  So I set about making it
  9. work.
  10.  
  11. The result is this very very convoluted patch.  I have included in this
  12. archive all the files that are required to fix V1.1 of stonekeep, you should
  13. have the V1.1 patch installed.
  14.  
  15. Here is how it works, unzip the included archive into your stonekeep
  16. directory, with directories (-d).  It will overwrite setup.exe and
  17. patch\sk_v11.exe as well as adding a few new files.  You must then edit
  18. gusset.bat and skgus.bat to change the stonekeep directory if you didn't
  19. install to c:\stonekee, the line:
  20.  
  21. append c:\stonekee /PATH:ON /X:ON
  22.  
  23. Is the one to change, mine reads
  24.  
  25. append c:\games\stonekee /PATH:ON /X:ON
  26.  
  27. Once that is done run guset and choose General Midi, port 330.  Also choose a
  28. card for digital (GUS or GUS max).  Then test MIDI and Digital, if all went
  29. well you should hear lovely GUS sounds for MIDI!  On my 512k gus I found that
  30. I couldn't have ProPats installed, it would screw up, prolly due to lack of
  31. memory.  After the setup works save and exit and run skgus.  The game should
  32. load and run fine.
  33.  
  34. How This Patch Works
  35.  
  36. Well, it's very simple, Interplay was kind enough to include FULLY WORKING GUS
  37. DRIVERS in the HMIMDRV.386 file.  Pity they didn't let you set them up.  This
  38. patch only makes minor changes to the HMIMDRV.386 file to change the driver ID
  39. of the MIDI driver to equal the driver ID of the GUS driver (the two are
  40. swapped) Also, the GUS Driver is hard coded to run on port 220, for some
  41. reason setting it in the setup program doesn't work.
  42.  
  43. Now, all this HMI twiddling was done by mok@slip.net, the person who put out
  44. skeepgus.zip.  Like I mentioned before, the drivers are on the CD.  The
  45. solution to that is rather complex (well, the one I found is)!  StoneKeep will
  46. NOT search the hard drive for HMI drivers, only the CD.  So what I did is
  47. modified setup.exe and sk_v11.exe so that it loaded HMI*.396, not HMI*.386.
  48. Then I ran append and set it to append the driectory with the renamed HMI
  49. files, now it loads them from the hard drive.
  50.  
  51. The net result is that the only reason GUS support couldn't be added by
  52. Interplay is that setting the MIDI port to 220 and the digial port to 220
  53. doesn't seem to work!  Donno why!  Write them letters :>
  54.  
  55. Take Care,
  56. Culus of Ethos,
  57. gunthorg@cuug.ab.ca
  58.